(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <intuition/classusr.h>
#include <intuition/intuition.h>
#include <proto/intuition.h>
IPTR SetGadgetAttrs()
SYNOPSIS
struct Gadget * Gadget
struct Window * Window
struct Requester * Requester
ULONG tag1
...
FUNCTION
Changes several attributes of a gadget at the same time. How the gadget interprets the new attributes depends on the class.
INPUTS
Gadget
Change the attributes of this object
Window
The window the gadget is in
Requester
The Requester the gadget is in, may be NULL
value
pairs. The last attribute in this list must be TAG_END or TAG_DONE. The value for this last attribute is not examined (ie. you need not specify it).
RESULT
This value is non-zero if the gadget needs redrawing after the values have changed.
NOTES
This function sends OM_SET to the object.
EXAMPLE
BUGS
SEE ALSO
NewObject()
,
SetAttrs()
, "Basic Object-Oriented Programming System for Intuition" and "boopsi Class Reference" Dokument.
INTERNALS
HISTORY
09.07.1997 srittau
Addd SetGadgetAttrs().